home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Tele / C / CommsService 2.0.2.sit / commsService 2.0.2 Final / Service Definition Files / Monash University < prev    next >
Encoding:
Text File  |  1994-09-06  |  1.5 KB  |  35 lines  |  [TEXT/cSSv]

  1. #
  2. # commsService 2.0 Service Definition File.
  3. #
  4. Name=Monash University
  5. Description=Provides access to  SESAME2 Monash University's Library Computer System
  6. Options provided are - 
  7.            AU  AUTHOR or EDITOR search
  8.            TT  TITLE TERM search 
  9.            ST  SUBJECT TERM search
  10.            TE  TERM (general) search
  11.            RES RESERVE search
  12.            CO  AUTHOR (last name) TITLE (first word) search e.g. CO JACKSON ECONOMICS
  13.  
  14. TimeOut=0
  15. BreakEnabled=No
  16. PagesToScroll=10
  17. ConnectionTool=TGE TCP Tool
  18. ConnectionTokens=HostName library.monash.edu.au PortNumber 23 ConnectionType TELNET TelnetBinaryMode FALSE TerminalType VT100
  19. ConnectionMenu=No
  20. TerminalTool=VT102 Tool
  21. TerminalTokens=FontSize 9 Width 80 Cursor Underline Online True LocalEcho False AutoRepeat True RepeatControls False AutoWrap False NewLine False Scroll Jump ShowControls False SwapBackspaceDelete False TerminalMode ANSI/VT102 ShowStatusBar False ShowTabRuler False InverseVideo False InsertChar False OriginAtMargin False KeyClick False CursorKey ANSI Keypad Numeric AnswerBack "" KeyboardLocked False ActiveCharSet G0 NRCSet USASCII G0 USASCII G1 USASCII G2 USASCII G3 USASCII
  22. TerminalMenu=No
  23. ServiceScripts=on LoginToService
  24. Global ActiveService, FoundString
  25. if ExpectFromService(ActiveService, 20, true, false, "Welcome to PALS", "Busy, try later") then
  26. if FoundString = 1 then return true
  27. if FoundString = 2 then
  28. beep
  29. answer "This service is unavailable due to excessive use, try again later." & return with "Continue"
  30. end if
  31. end if
  32. return false
  33. end LoginToService
  34.  
  35.